func image.mul3NonNeg
6 uses
image (current package)
geom.go#L287: func mul3NonNeg(x int, y int, z int) int {
image.go#L80: totalLength := mul3NonNeg(bytesPerPixel, r.Dx(), r.Dy())
ycbcr.go#L180: mul3NonNeg(1, w, h),
ycbcr.go#L181: mul3NonNeg(2, cw, ch),
ycbcr.go#L304: mul3NonNeg(2, w, h),
ycbcr.go#L305: mul3NonNeg(2, cw, ch),
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |